GetAuxiliaryControlRecord | Obtains a handle to a control’s auxiliary control structure. |
GetBestControlRect | Obtains a control’s optimal size and text placement. |
GetControl32BitMaximum | Obtains the maximum setting of a control. |
GetControl32BitMinimum | Obtains the minimum setting of a control. |
GetControl32BitValue | Obtains the current setting of a control. |
GetControlAction | Returns a pointer to the action function stored in the contrlAction field of the control structure. |
GetControlData | Obtains control-specific data. |
GetControlDataSize | Obtains the size of a control’s tagged data. |
GetControlFeatures | Obtains the features a control supports. |
GetControlMaximum | Obtains a control’s maximum setting. |
GetControlMinimum | Obtains a control’s minimum setting. |
GetControlProperty | Obtains a piece of data that has been previously associated with a control. |
GetControlPropertySize | Obtains the size of a piece of data that has previously been associated with a control. |
GetControlReference | Obtains a control’s current reference value. |
GetControlTitle | Obtains the title of a control. |
GetControlValue | Obtains a control’s current setting. |
GetControlVariant | Returns the variation code specified in the control definition function for a particular control. |
IsControlVisible | Determines whether a control is visible. |
IsValidControlHandle | Reports whether a given handle is a control handle. |
RemoveControlProperty | Removes a piece of data that has been previously associated with a control. |
SetControl32BitMaximum | Changes the maximum setting of a control and, if appropriate, redraws it accordingly. |
SetControl32BitMinimum | Changes the minimum setting of a control and, if appropriate, redraws it accordingly. |
SetControl32BitValue | Changes the current setting of a control and redraws it accordingly. |
SetControlAction | Sets or changes the action function for a control. |
SetControlColor | Draws a control using colors other than the default colors used by system software. |
SetControlData | Sets control-specific data. |
SetControlFontStyle | Sets the font style for a control. |
SetControlMaximum | Changes the maximum setting of a control and redraws its indicator or scroll box accordingly. |
SetControlMinimum | Changes the minimum setting of a control and redraws its indicator or scroll box accordingly. |
SetControlProperty | Associates data with a control. |
SetControlReference | Changes a control’s current reference value. |
SetControlTitle | Changes the title of a control and redraws the control accordingly. |
SetControlValue | Changes the current setting of a control and redraws it accordingly. |
SetControlVisibility | Sets the visibility of a control, and any embedded controls, and specifies whether it should be drawn. |
DisposeControl | Removes a control and any of its embedded controls from a window that you wish to keep. |
GetNewControl | Creates a control from a control resource. |
KillControls | Removes all of the controls from a window that you wish to keep. |
NewControl | Creates a control based on parameter data. |
Draw1Control | Draws a control and any embedded controls that are currently visible in the specified window. |
DrawControlInCurrentPort | Draws a control in the current graphics port. |
DrawControls | Draws all controls currently visible in the specified window. |
GetControlViewSize | Obtains the size of the content to which a control’s size is proportioned. |
SetControlViewSize | Informs the Control Manager of the size of the content to which a control’s size is proportioned. |
SetUpControlBackground | Sets the background for a control. |
SetUpControlTextColor | Prepares a control to be drawn with a text color consistent with that of any controls in which it is embedded and with the current theme. |
UpdateControls | Draws controls in the specified update region of a window. |
AutoEmbedControl | Automatically embeds a control in the smallest appropriate embedder control. |
CountSubControls | Obtains the number of embedded controls within a control. |
CreateRootControl | Creates the root control for a specified window. |
DumpControlHierarchy | Writes a textual representation of the control hierarchy for a specified window into a file. |
EmbedControl | Embeds one control inside another. |
GetIndexedSubControl | Obtains a handle to a specified embedded control. |
GetRootControl | Obtains a handle to a window’s root control. |
GetSuperControl | Obtains a handle to an embedder control. |
SetControlSupervisor | Routes mouse-down events to the embedder control. |
FindControl | Obtains the location of a mouse-down event in a control. |
FindControlUnderMouse | Obtains the location of a mouse-down event in a control. |
HandleControlClick | Responds to cursor movements in a control while the mouse button is down and returns the location of the next mouse-up event. |
HandleControlKey | Sends a keyboard event to a control with keyboard focus. |
IdleControls | Performs idle event processing. |
TestControl | Obtains the control part in which a mouse-down event occurred. |
TrackControl | Responds to cursor movements in a control while the mouse button is down. |
AdvanceKeyboardFocus | Advances the keyboard focus to the next focusable control in a window. |
ClearKeyboardFocus | Removes the keyboard focus for the currently focused control in a window. |
GetKeyboardFocus | Obtains a handle to the control with the current keyboard focus for a specified window. |
ReverseKeyboardFocus | Returns keyboard focus to the prior focusable control in a window. |
SetKeyboardFocus | Sets the current keyboard focus to a specified control part for a window. |
ActivateControl | Activates a control and any latent embedded controls. |
DeactivateControl | Deactivates a control and any latent embedded controls. |
DragControl | Draws and moves an outline of a control or its indicator while the user drags it. |
GetControlRegion | Obtains the region corresponding to a given control part. |
HideControl | Makes a control, and any latent embedded controls, invisible. |
HiliteControl | Changes the highlighting of a control. |
IsControlActive | Returns whether a control is active. |
MoveControl | Moves a control within its window. |
SendControlMessage | Sends a message to a control definition function. |
ShowControl | Makes an invisible control, and any latent embedded controls, visible. |
SizeControl | Changes the size of a control’s rectangle. |
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)